home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual: Windows XP
/
CDWindowsXP.iso
/
Datos
/
Visio
/
flash
/
visio10_ui.swf
/
scripts
/
DefineButton2_500
/
BUTTONCONDACTION on(press, keyPress Enter).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-22
|
161 b
|
9 lines
on(press, keyPress "<Enter>"){
if(per01Clicked == 1)
{
per01Clicked = 0;
fscommand("playlistRemove","0");
gotoAndStop(2);
}
}